projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd19cc3
)
Fixes bug where restoring game saved in an endgame question room would show 'nil...
author
Ronnie Schnell
<ronnie@driver-aces.com>
Mon, 4 Nov 2019 18:54:48 +0000
(13:54 -0500)
committer
Ronnie Schnell
<ronnie@driver-aces.com>
Mon, 4 Nov 2019 18:54:48 +0000
(13:54 -0500)
lisp/play/dunnet.el
patch
|
blob
|
history
diff --git
a/lisp/play/dunnet.el
b/lisp/play/dunnet.el
index 0a9ab37d19841402b20696bb4dcdcfcec295660d..5d412f880859b1f91af302ee499184a2950e8828 100644
(file)
--- a/
lisp/play/dunnet.el
+++ b/
lisp/play/dunnet.el
@@
-2995,6
+2995,8
@@
File not found")))
(dun-save-val "dun-cdpath")
(dun-save-val "dun-correct-answer")
(dun-save-val "dun-inbus")
+ (dun-save-val "dun-endgame-question")
+
(if (dun-compile-save-out filename)
(dun-mprincl "Error saving to file.")
(dun-do-logfile 'save nil)))